It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2025-10-09 0 0 // 1 2025-10-10 0 2 // 2 2025-10-11 0 2 // 3 2025-10-12 0 0 // 4 2025-10-13 0 1 // 5 2025-10-14 0 2 // 6 2025-10-15 0 0 // 7 2025-10-16 0 1 // 8 2025-10-17 0 1 // 9 2025-10-18 0 0 // 10 2025-10-19 0 2 // 11 2025-10-20 1 0 // 12 2025-10-21 0 0 // 13 2025-10-22 0 2 // 14 2025-10-23 0 0 // 15 2025-10-24 0 4 // 16 2025-10-25 0 0 // 17 2025-10-26 0 3 // 18 2025-10-27 0 2 // 19 2025-10-28 0 5 // 20 2025-10-29 0 0